home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / nukey40.arc / ENHANCED.BAT < prev    next >
DOS Batch File  |  1987-05-02  |  1KB  |  39 lines

  1. rem  This command will update your Newkey.exe program with
  2. rem  an alternate set of control keys for the enhanced keyboard.
  3. rem  Enhanced keyboards have two sets of cursor keys and 
  4. rem  function keys arranged in a row across the top of the keyboard.
  5. rem  
  6. rem  Newkey will tell you if you have an enhanced keyboard when
  7. rem  you first load it.  For more information on using Newkey with
  8. rem  enhanced keyboards refer to section 15.5 of the Newkey manual.
  9. rem
  10. rem  Press Ctrl-C to stop if you do not wish to continue.
  11. Pause
  12. cls
  13. rem            UPDATING THE NEWKEY DISK FOR ENHANCED KEYBOARDS
  14. rem
  15. rem  Be sure that:
  16. rem  1.  A copy of the Newkey disk is in the currently active drive
  17. rem      or in the active directory if you are on a hard disk.
  18. rem
  19. rem      Do Not Use the Original Newkey Disk!
  20. rem 
  21. rem  Press Ctrl-C to stop if this is not true.
  22. Pause
  23. rem loading newkey
  24. newkey
  25. rem Updating Newkey's control keys for enhanced keyboard
  26. newkeysp enhanced.key/l /ek=[altf1] 
  27. pause
  28. cls
  29. echo on
  30. rem Newkey updated for enhanced keyboard.
  31. rem Now you may use the updated versions of Newkey on your enhanced
  32. rem keyboard.  The following control keys have been updated:
  33. rem old         new        Description
  34. rem ctrl/       alt/       Pop-up features 
  35. rem ctrl3       alt[       Slow typing on request 
  36. rem ctrl4       alt]       Slow typing off request 
  37. rem ctrlesc     ctrl\      Cancel macro playback 
  38. rem cutpaste    altp       Cut & paste playback
  39.